net/http/pprof.profileEntry.Name (field)

7 uses

	net/http/pprof (current package)
		pprof.go#L357: 	Name  string
		pprof.go#L382: 			Name:  p.Name(),
		pprof.go#L392: 			Name: p,
		pprof.go#L399: 		return profiles[i].Name < profiles[j].Name
		pprof.go#L429: 		fmt.Fprintf(&b, "<tr><td>%d</td><td><a href='%s'>%s</a></td></tr>\n", profile.Count, link, html.EscapeString(profile.Name))
		pprof.go#L440: 		fmt.Fprintf(&b, "<li><div class=profile-name>%s: </div> %s</li>\n", html.EscapeString(profile.Name), html.EscapeString(profile.Desc))